* {box-sizing: border-box;}

.column {float: left; padding: 10px;}
  .left {width: 70%;}
  .right {width: 30%;}
  .row:after {content: ""; display: table; clear: both;}

@media screen and (max-width: 983px) {
  .column {width: 100%; padding: 0px;}
}

@media screen and (max-width: 480px) {
  .button-subheader .button-sub-btn {width: 100%;}
}

h3 {color: #1a1a1a; margin-top: 10px;}

h2::after {
  background: linear-gradient(to right, #1a1a1a 0px, #1a1a1a 10px, #124e84 10px, #124e84 80px);
  bottom: 10px;
  display: block;
  content: "";
  height: 2px;
  margin: 10px 0 20px 0;
  width: 80px;
}

body {
    background-color: #eeeef0;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
}

.main-bottom {
  background: linear-gradient(to right, #1a1a1a 0px, #1a1a1a 30px, #124e84 30px, #124e84 100px);
  display: block;
  content: "";
  height: 5px;
  margin: 0;
  width: 100%;
}

.form-list {
  background-color: #eeeef0;
  border: 1px solid #dfdfe1;
  padding: 10px;
}

.hero {
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: transform .1s, visibility .1s ease-in;
}

.hero img {
  display: inline-block;
  transition: all .5s;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.hero img:hover {
  transform: scale(1.15);
}

.quick-facts {cursor: default; color: #1a1a1a !important; width: 100%; border-collapse: collapse; margin: 0 0 5px 0 !important; font-size: 14px; border-left: 1px solid #dfdfe1; border-right: 1px solid #dfdfe1;}
.quick-facts tbody tr td {padding: 7.5px !important; border-top: 1px solid #dfdfe1; border-bottom: 1px solid #dfdfe1;}
.quick-facts tbody tr td:first-child {font-weight: bold;}
.quick-facts tbody tr {background-color: #fdfdff;}
.quick-facts tbody tr:hover {background: #124e84; color: white;}
.quick-facts tbody tr a {color: #124e84; text-decoration: none;}
.quick-facts tbody tr:hover a {color: white;}
.staff tr td p {color: #1a1a1a; padding-left: 12.5px; transition-duration: .25s;}
.staff tr:hover .mug {border: 3px solid #1b76c7;}
.staff tr:hover a {color: #1b76c7;}
.staff tr td a {color: #124e84; text-decoration: none;}

.mug {
  border: 3px solid #124e84;
  max-width: 100px;
  margin: 0 auto 0 auto;
  transition-duration: .25s;
}

.mug:hover {
  border: 3px solid #1b76c7;
}

.fa-download {margin-left: 7.5px;}

.button-header {width: 100%; max-width: 1416px; margin: auto;}
.button-subheader {display: flex; flex-wrap: wrap; width: 100%; max-width: 1020px; margin: auto;}
.button-subheader .button-sub-btn {
  display: flex;
  align-items: center;
  border: 1px solid lightgrey;
  text-decoration: none;
  width: calc(33.334% - 20px);
  text-align: center;
  padding: 15px;
  margin: 10px;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #1a1a1a;
  transition: .25s;
}

.button-subheader .button-sub-btn:hover {color: #fff; background-color: #124e84; border: 1px solid #1b76c7;}